home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2002 January
/
PCWorld_2002-01_cd.bin
/
Novinky
/
Becher
/
1. Zlaty Kalich
/
ZlatyKalich.exe
/
scripts
/
DefineButton2_1983
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2001-11-12
|
432b
|
24 lines
on(release){
_root.stopdragall();
if(_root.poz == "b")
{
_root.pepa.gotoAndPlay("bg");
}
else if(_root.poz == "c")
{
_root.pepa.gotoAndPlay("cg");
}
else if(_root.poz == "d")
{
_root.pepa.gotoAndPlay("dg");
}
else if(_root.poz == "e")
{
_root.pepa.gotoAndPlay("eg");
}
else if(_root.poz == "f")
{
_root.pepa.gotoAndPlay("fg");
}
}